home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / util / Mac F2C 1.3.sit / Mac F2C 1.3 / Mac F2C Libraries / libF77 Sources / TPM_F.h < prev    next >
Text File  |  1995-09-15  |  582b  |  21 lines

  1. /****************************************************
  2. *                                                    *
  3. *    Special    macros required    to correctly build the  *
  4. *    the    THINK Project Manager version of libF77.    *
  5. *                                                    *
  6. ****************************************************/
  7.  
  8.  
  9. #define TPM_F2C                /* Trigger TPM specific library modifications */
  10.  
  11.  
  12. /* 
  13.     Patch some output functions to my own so can easily multitask 
  14.     under TPM/SPM console.  See DoMultiTask.c for details.
  15. */
  16.  
  17. #define fread( A, B, C, D)     F2C_fread( A, B, C, D )
  18. #define __getc( F )            F2C_getc( F )
  19. #define ungetc( C, F )        F2C_ungetc( C, F )
  20.  
  21.